Namespace - LJCWinFormCommon
Parameters
programName - The program name.
fileSpec - The default file specification.
initialDirectory - The initial directory.
Syntax
C# |
public static Void ShellFile(String programName = null, String fileSpec = null, String initialDirectory = null)
|
Execute a program with the selected file.
Remarks
Defaults to the current directory if the initialDirectory parameter
is null.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.